DataGrid for WPF/Silverlight
DataGridSelectedItemsCollection<T> コンストラクタ

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > DataGridSelectedItemsCollection<T> クラス : DataGridSelectedItemsCollection<T> コンストラクタ
indexer 関数。
count 関数。
contains 関数。
enumerable 関数。
DataGridSelectedItemsCollection<T>クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal indexer As System.Func(Of Integer,T), _
   ByVal count As System.Func(Of Integer), _
   ByVal contains As System.Func(Of T,Boolean), _
   ByVal enumerable As System.Func(Of IEnumerable(Of T)) _
)
public DataGridSelectedItemsCollection<T>( 
   System.Func<int,T> indexer,
   System.Func<int> count,
   System.Func<T,bool> contains,
   System.Func<IEnumerable<T>> enumerable
)

パラメータ

indexer
indexer 関数。
count
count 関数。
contains
contains 関数。
enumerable
enumerable 関数。
参照

DataGridSelectedItemsCollection<T> クラス
DataGridSelectedItemsCollection<T> メンバ